home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
util
/
virus
/
trsivw55.lha
/
VirusWorkshop
/
Arexx
/
Error.rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-06-05
|
606b
|
24 lines
/* Arexxtestscript for the viruskiller VirusWorkshop from Markus Schmall */
/* Version 1.0 (5.6.1995) */
OPTIONS RESULTS /* enable return codes */
address 'VWPort'
OPTIONS FAILAT 999 /* ignore warnings */
/* ------------------------ inSERT YOUR CODE HERE: ------------------- */
say "Try to produce an error..."
"AFILE ram:test.lha"
IF rc=10 THEN say "Unkown command for the arexxport of VirusWorkshop"
/* ---------------------------- END OF YOUR CODE --------------------- */
EXIT